﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}
.wrap{
	width: 1080px;
	    height: 360px;
	  /*	border: 1px solid red;*/
			margin: 0 auto;
}
.wsbs_top {
    width: 100%;
    height: 68px;
    background: #4688C5;
    padding: 2px 34px;
}
.fl {
    float: left;
}
.wsbs_toplist {
    width: 100%;
    height: 64px;
    background: #fff;
}
.cl, .clearfix {
    zoom: 1;
}
.wsbs_toplist .listbox {
    float: left;
    width: 200px;
    height: 100%;
    line-height: 64px;
    font-size: 18px;
    font-weight: bold;
}
.wsbs_toplist .listbox a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 100px;
	color: #666;
}
.bjgs a {
    background: url(../images/bjgs.png) no-repeat 20px center;
    background-size: 74px 57px;
}
.jdcx a {
    background: url(../images/jdcx.png) no-repeat 20px center;
    background-size: 74px 57px;
}
.bspj a {
    background: url(../images/bspj.png) no-repeat 20px center;
    background-size: 74px 57px;
}	
.tsjy a {
    background: url(../images/tsjy.png) no-repeat 20px center;
    background-size: 74px 57px;
}
.bstj a {
    background: url(https://www.jiaxian.gov.cn/upload/images/2023/8/d3575454e807447f059da0b1217d3025.png) no-repeat 20px center;
    background-size: 50px 50px;
}

.wsbs_bottom{
	width: 100%;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}
.wsbs_bottom .bot-l{
	width: 550px;
	height: 280px;
	    border-right: 2px dashed #F2F2F2;
			padding-right: 10px;
	/* border: 1px solid; */
}
.wsbs_bottom .bot-l .bot-l-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wsbs_bottom .bot-l .zwfw,.wsbs_bottom .bot-l .bmfw2{
	width: 266px;
	height: 110px;
}
.wsbs_bottom .bot-l .zwfw img,.wsbs_bottom .bot-l .bmfw2  img{
	width: 100%;
	height: 100%;
}
.wsbs_bottom .bot-l .bot-l-bot{
	width: 540px;
	height: 170px;
	/* border: 1px solid green; */
	    padding-top: 10px;
}
/* 个人办事 法人办事 */
.zwfwrap #zwfw {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #F6F6F6;
}

#zwfw li {
	width:49%;
	float: left;
	font-size: 16px;
}

.zwfwrap #zwfw li a {
	display: inline-block;
	width: 104%;
	height: 50px;
	line-height: 50px;
/* 	border-right: 1px solid #ccc; */
	cursor: pointer;
	color: #333;
}

.zwfwrap #zwfw li a.on {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #4688C5;
}

.zwfwrap #zwfwcon {
	width: 100%;
	height: 105px;
	position: relative;
	background-color: #F9F9F9;
	/* border: 1px solid red; */
}

.zwfwrap #zwfwcon li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	display: none;
}

.zwfwrap #zwfwcon li p {
	float: left;
	width: 129px;
	height: 105px;
	text-align: center;
	margin-left: 6px;
	margin-bottom: 5px;
	/* border: 1px solid black; */
}

.zwfwrap #zwfwcon li p a {
	display: block;
	width: 100%;
	height: 100%;
	/* border: 1px solid black; */
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.zwfwrap #zwfwcon li p a span {
	margin-top: 10px;
	font-size: 15px;
}

.zwfwrap #zwfwcon li.on {
	display: block;
}

.zwfwrap #zwfwcon li p a:hover {
	color: #015293;
}
.wsbs_bottom .bot-r{
	width: 530px;
	height: 280px;
	/* border: 1px solid; */
}
.wsbs_bottom .bot-r ul{
	width: 100%;
	box-sizing: border-box;
	/* margin-top: 15px; */
}
.wsbs_bottom .bot-r ul li {
    float: left;
    width: 126px;
    height: 65px;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 5px;
    /* border: 1px solid black; */
}
.wsbs_bottom .bot-r ul li a {
    display: block;
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
		background-color: #f3f4f8;
}
.wsbs_bottom .bot-r ul li a img{
	width: 30px;
	height: 30px;
}
.wsbs_bottom .bot-r ul li span {
    margin-top: 5px;
    font-size: 15px;
}
.wsbs_bottom .bot-r ul li a:hover {
	color: #015293;
}






